[INFO] fetching crate arrow-zerobus-sdk-wrapper 0.8.1...
[INFO] testing arrow-zerobus-sdk-wrapper-0.8.1 against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] extracting crate arrow-zerobus-sdk-wrapper 0.8.1 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate arrow-zerobus-sdk-wrapper 0.8.1
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate arrow-zerobus-sdk-wrapper 0.8.1
[INFO] tweaked toml for crates.io crate arrow-zerobus-sdk-wrapper 0.8.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate arrow-zerobus-sdk-wrapper 0.8.1 on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate arrow-zerobus-sdk-wrapper 0.8.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3927ab5a8387f2725503b8b0a0290642da6af1e622366b7270cedeb92eb8ebf1
[INFO] running `Command { std: "docker" "start" "-a" "3927ab5a8387f2725503b8b0a0290642da6af1e622366b7270cedeb92eb8ebf1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3927ab5a8387f2725503b8b0a0290642da6af1e622366b7270cedeb92eb8ebf1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3927ab5a8387f2725503b8b0a0290642da6af1e622366b7270cedeb92eb8ebf1", kill_on_drop: false }`
[INFO] [stdout] 3927ab5a8387f2725503b8b0a0290642da6af1e622366b7270cedeb92eb8ebf1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e4a70bef57a5af6bbb570a643aa0a34ff4c3420fa28fca9238c336574142a2be
[INFO] running `Command { std: "docker" "start" "-a" "e4a70bef57a5af6bbb570a643aa0a34ff4c3420fa28fca9238c336574142a2be", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling tracing-core v0.1.35
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.7
[INFO] [stderr]    Compiling cc v1.2.49
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling cmake v0.1.55
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling aws-lc-sys v0.34.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling aws-lc-rs v1.15.1
[INFO] [stderr]    Compiling arrow-schema v57.1.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling lexical-util v1.0.7
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerocopy-derive v0.8.31
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling tracing v0.1.43
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling rustls-pki-types v1.13.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling arrow-buffer v57.1.0
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling arrow-data v57.1.0
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling arrow-array v57.1.0
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling arrow-select v57.1.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling lexical-write-integer v1.0.6
[INFO] [stderr]    Compiling lexical-parse-integer v1.0.6
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling lexical-parse-float v1.0.6
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling lexical-write-float v1.0.6
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling webpki-roots v1.0.4
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling iri-string v0.7.9
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling prost v0.12.6
[INFO] [stderr]    Compiling lexical-core v1.0.6
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling opentelemetry v0.31.0
[INFO] [stderr]    Compiling flatbuffers v25.9.23
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling arrow-ord v57.1.0
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling prost-derive v0.14.1
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-x86_32 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-macos-aarch_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-win32 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-ppcle_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-x86_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-aarch_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-s390_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-macos-x86_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored v3.2.0
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling tonic-build v0.12.3
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling tonic v0.14.2
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling prost v0.14.1
[INFO] [stderr]    Compiling arrow-cast v57.1.0
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling const-hex v1.17.0
[INFO] [stderr]    Compiling tonic-prost v0.14.2
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling databricks-zerobus-ingest-sdk v0.1.0
[INFO] [stderr]    Compiling opentelemetry_sdk v0.31.0
[INFO] [stderr]    Compiling prost-types v0.12.6
[INFO] [stderr]    Compiling tokio-io-timeout v1.2.1
[INFO] [stderr]    Compiling rustls-native-certs v0.8.2
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling arrow-json v57.1.0
[INFO] [stderr]    Compiling opentelemetry-proto v0.31.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling prost-build v0.12.6
[INFO] [stderr]    Compiling hyper-timeout v0.4.1
[INFO] [stderr]    Compiling arrow-ipc v57.1.0
[INFO] [stderr]    Compiling arrow-csv v57.1.0
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling arrow-string v57.1.0
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling tokio-retry v0.3.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling arrow-arith v57.1.0
[INFO] [stderr]    Compiling arrow-row v57.1.0
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling webpki-roots v0.25.4
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling arrow v57.1.0
[INFO] [stderr]    Compiling tonic v0.10.2
[INFO] [stderr]    Compiling tonic-build v0.10.2
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling secrecy v0.8.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.8
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling tonic v0.12.3
[INFO] [stderr]    Compiling reqwest v0.12.25
[INFO] [stderr]    Compiling opentelemetry-http v0.31.0
[INFO] [stderr]    Compiling opentelemetry-otlp v0.31.0
[INFO] [stderr]    Compiling arrow-zerobus-sdk-wrapper v0.8.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 05s
[INFO] running `Command { std: "docker" "inspect" "e4a70bef57a5af6bbb570a643aa0a34ff4c3420fa28fca9238c336574142a2be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e4a70bef57a5af6bbb570a643aa0a34ff4c3420fa28fca9238c336574142a2be", kill_on_drop: false }`
[INFO] [stdout] e4a70bef57a5af6bbb570a643aa0a34ff4c3420fa28fca9238c336574142a2be
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a38b4bfb6c112a60c4dd10990762519ef3a01a6be6738898a6083f9b189ee514
[INFO] running `Command { std: "docker" "start" "-a" "a38b4bfb6c112a60c4dd10990762519ef3a01a6be6738898a6083f9b189ee514", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling clap_builder v4.5.53
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling prost-derive v0.14.1
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling arrow-buffer v57.1.0
[INFO] [stderr]    Compiling prost v0.12.6
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]    Compiling arrow-data v57.1.0
[INFO] [stderr]    Compiling prost v0.14.1
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]    Compiling prost-types v0.12.6
[INFO] [stderr]    Compiling clap v4.5.53
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling arrow-array v57.1.0
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling tonic-build v0.12.3
[INFO] [stderr]    Compiling opentelemetry_sdk v0.31.0
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling databricks-zerobus-ingest-sdk v0.1.0
[INFO] [stderr]    Compiling tokio-io-timeout v1.2.1
[INFO] [stderr]    Compiling tokio-retry v0.3.0
[INFO] [stderr]    Compiling prost-build v0.12.6
[INFO] [stderr]    Compiling deadpool v0.12.3
[INFO] [stderr]    Compiling arrow-select v57.1.0
[INFO] [stderr]    Compiling arrow-row v57.1.0
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling arrow-arith v57.1.0
[INFO] [stderr]    Compiling tonic-build v0.10.2
[INFO] [stderr]    Compiling arrow-ord v57.1.0
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]    Compiling arrow-string v57.1.0
[INFO] [stderr]    Compiling arrow-ipc v57.1.0
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling tonic v0.14.2
[INFO] [stderr]    Compiling reqwest v0.12.25
[INFO] [stderr]    Compiling arrow-cast v57.1.0
[INFO] [stderr]    Compiling tonic v0.12.3
[INFO] [stderr]    Compiling tonic-prost v0.14.2
[INFO] [stderr]    Compiling opentelemetry-proto v0.31.0
[INFO] [stderr]    Compiling opentelemetry-http v0.31.0
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling hyper-timeout v0.4.1
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling arrow-csv v57.1.0
[INFO] [stderr]    Compiling arrow-json v57.1.0
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling arrow v57.1.0
[INFO] [stderr]    Compiling opentelemetry-otlp v0.31.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling secrecy v0.8.0
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling wiremock v0.6.5
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling tonic v0.10.2
[INFO] [stderr]    Compiling arrow-zerobus-sdk-wrapper v0.8.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcmq2uXU/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libarrow_zerobus_sdk_wrapper,libreqwest-05d10e243c481f04,librustls_pemfile-f2760b70d3be5bc8,libhyper_rustls-be2dc9d49b3b583c,libhyper_tls-b6c3cfb6b2fd7320,libwebpki_roots-8f19deeabafd6f44,libbase64-76d22feba062e299,libtokio_rustls-5abfbc5076075961,librustls-81d44905d0981721,libsct-dd10a5300f49eded,libwebpki-e891081b36ecf4c6,libhyper-3ec74e4261794f87,libh2-653f7a7495b3936a,libsync_wrapper-e9e1b86a97fd86cb,libhttp_body-9c40dfa6b828d650,libhttp-9df8e1579f06f5f8,libserde_yaml-6a7d8dfe33b6af0f,libunsafe_libyaml-e6cc77d70c606c35,libdatabricks_zerobus_ingest_sdk-615e35c0da8eaf5b,libreqwest-f712808472abf084,libhyper_rustls-f9afbb9656b5a024,libwebpki_roots-e51436cedf80fc49,libhyper_tls-69e3ddb9265c5475,libtokio_native_tls-c43f7faa60b1f892,libserde_urlencoded-49665ec6aa26434b,libencoding_rs-e36cbb4cff8cacd8,libtower_http-e823343480ff6bfc,libiri_string-cb6537d79ed4b6d5,libnative_tls-ba6c0ca9f5e08a5e,libopenssl-ff01a8c044bf0e67,libforeign_types-5f537df59e969067,libforeign_types_shared-eb5f1cae025af37f,libopenssl_sys-60aef59bf0ef622f,liburl-7a5d701713813c6a,libidna-03d270638367f4db,libutf8_iter-efb3984ee203d151,libidna_adapter-e352d7ebf8b289cd,libicu_properties-51ddca4099522614,libicu_properties_data-7e155758dd6ea0a4,libicu_normalizer-9fbd771bdc3cd3b3,libicu_normalizer_data-e4349eb9146e5fe1,libicu_collections-791f2fe398c03de0,libpotential_utf-bf7f26d14c68684c,libicu_provider-6671c300bb460604,libicu_locale_core-7189d660a14989fd,libtinystr-81741e8847e7e6c0,liblitemap-d0ce52a8e9251912,libwriteable-9b3c58e63c9ae012,libzerovec-fce100c77cb29de4,libzerotrie-76c8134738a85c06,libyoke-4c4cf48f0ca66eea,libstable_deref_trait-646f6b28b9520b3d,libzerofrom-f76a73711e3400cc,libform_urlencoded-e63e84c134db7b31,libtonic-01a839be18887e46,librustls_pemfile-c778f40fa04135ac,libsocket2-e62d8231d456b67a,librustls_native_certs-60eb89e6372ca8bd,libopenssl_probe-d74274d8b7245f2e,libhyper_timeout-3469dfb2880f700b,libasync_stream-94cd88730cd9e3d2,libtokio_rustls-9c0cfcc476bf2e2f,librustls-6d20d82f1ad6b570,libsubtle-e2f0af8959bd7889,libwebpki-8e755e253bad4120,libaws_lc_rs-0df84672f6c0f53b,libaws_lc_sys-fa229fac643cd98e,libring-a00359935d466b29,libuntrusted-151845769873c416,librustls_pki_types-26cbd42421ad3794,liblog-753a0cb3f11b08fe,libhyper_util-6ef8092f0d4259f7,libipnet-7f24c5b85fa70b77,libhyper-bf2057022bd5db69,libwant-4a0be0a267c8825f,libtry_lock-b2ba3b7879656042,libhttparse-2dcf90c780aed9d3,libh2-d242d62e0b9acb49,libfnv-2a26f5d3b9cd4973,libatomic_waker-f98c2fb1596910db,libhttpdate-fd089b66c335a993,libaxum-aca483b98c2a20ad,libpercent_encoding-99cdb00cefa02ca0,libmatchit-994b7d2346168c4c,libaxum_core-30de6b2bf47d7119,libmime-7cbfcc84299bf52b,libtower-229cbd4e46801463,libsync_wrapper-c4446c9ab9748a89,libtower-6929a436f965009c,libindexmap-23ce8717e5e547cd,libhashbrown-8f765769a3ccac67,libtokio_util-d86b12dbb3a84a58,libfutures_util-f0edf43e7d980c6b,libfutures_io-de365546141a7cae,libslab-61ed84375f91dbc7,libfutures_channel-f8b566c7bd079e89,libfutures_sink-bb58a37a11906cee,libfutures_task-0897da15ce1c548c,libpin_utils-edd6e294c1e21a4f,libtower_layer-5699d784b4449e00,libtower_service-222788e4f5219726,libhttp_body_util-3aff6a205d070747,libhttp_body-06a77a01081b2edd,libhttp-e8bce8bb4e76f45d,libtokio_stream-72ffc363c5c8cd0d,libfutures_core-c23514cefd9aa7c7,libtokio_retry-3dc0d3c4aaa46821,libpin_project-c7ebd43c6989fd46,librand-8ae92046ff4d10c9,librand_chacha-1ffc73b9201c058f,libppv_lite86-5199c66a1f48cd55,librand_core-6829cf599a682005,libgetrandom-f839be502051ce87,libtokio-06f3beff45eee326,libsignal_hook_registry-185f553cc5265056,libsocket2-fc27a5f604b7abd7,libmio-9e8e699ae79eebee,libparking_lot-02480c55c72b21a0,libparking_lot_core-ffd5df585c23cc71,libsmallvec-128704011005142e,liblock_api-ff2db0b8acf8234a,libscopeguard-88d64e99d3001c2a,libprost_types-055c0e64bf10fc29,libprost-4c3ae5d74f303a20,libarrow-c49a723f38b76b6e,libarrow_row-941bcd27d61191d8,libarrow_json-06ca18662de0cc03,libsimdutf8-4a1af1dd5cc95ec1,libserde_json-44ddd7e8cc800cd4,libindexmap-8964b20418b98d0b,libequivalent-9631f206a02b9f54,libarrow_ipc-ecf7bcf4bf64e631,libflatbuffers-97009fd216f3e790,libbitflags-e3ebf951a1dfe30d,libarrow_csv-4c94826d91080c62,libcsv-be13295536c83e7c,libitoa-7e733f37fe56f881,libcsv_core-ac3d65ab2c863309,libarrow_string-ad529fa66f4c3cd2,libarrow_cast-e5bfeda22f42c253,libatoi-bc88521465585dfa,libryu-f1418741a05f84c6,libbase64-fff42f7554bbeb90,liblexical_core-64d9134c781b922d,liblexical_write_float-6e0a755615ac12b1,liblexical_write_integer-fb609166ec1b1e65,liblexical_parse_float-a0e2ad56256d1eee,liblexical_parse_integer-22f6baf3b5b6f51a,liblexical_util-042cb734e8fc8646,libarrow_arith-26cf66692e1dd56a,libarrow_ord-7e9c2e83685d7ef6,libarrow_select-ee4e75c9bd0ad176,libarrow_array-9d747fe82f53456b,libahash-886ec297b4566469,libgetrandom-6cbdf5138523304d,liblibc-2c1822e45f38bdec,libhashbrown-d0fb47154dd694bf,libnum_complex-69b166213f85a07a,libchrono-f6e5c631f567828e,libiana_time_zone-8ff78489a2abaa85,libarrow_data-63244a16a1542986,libarrow_schema-95796470c2224a2b,libarrow_buffer-c3d25187655362c0,libbytes-8e64decf8cb59e96,libhalf-f9226aa9f923bd7a,libcfg_if-cad248e7066eec15,libzerocopy-4fe7db20001678f0,libnum_bigint-0b5d5b9a67dcb87d,libnum_integer-0a1cf7413eaeec9a,libnum_traits-0dcbcb0c01b72aa4,libtracing-1b5e41dee28e02b1,libpin_project_lite-5ffafa3f2ed0bb57,libtracing_core-139a8bab9f78eee1,libonce_cell-db8f3eed2a1f3f7b,libregex-bf3cb137acafe36e,libregex_automata-a555e40b5193d935,libaho_corasick-0037848dbb2ade91,libmemchr-c5a8540217c8112c,libregex_syntax-a5d8b889516cd560,libthiserror-8ed01dbf6a959a76,libsecrecy-b29670a44e6b9232,libzeroize-df95a608e872b613,libserde-6f639c9569a2440e,libserde_core-f5ed69f6ed59a68c}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcmq2uXU/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/aws-lc-sys-43f37942325620e2/out" "-L" "/opt/rustwide/target/debug/build/ring-d768a23c80f3bfd1/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/test_error-ed3815bf677cf925" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `arrow-zerobus-sdk-wrapper` (test "test_error") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcScM0jo/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libarrow_zerobus_sdk_wrapper,libreqwest-05d10e243c481f04,librustls_pemfile-f2760b70d3be5bc8,libhyper_rustls-be2dc9d49b3b583c,libhyper_tls-b6c3cfb6b2fd7320,libwebpki_roots-8f19deeabafd6f44,libbase64-76d22feba062e299,libtokio_rustls-5abfbc5076075961,librustls-81d44905d0981721,libsct-dd10a5300f49eded,libwebpki-e891081b36ecf4c6,libhyper-3ec74e4261794f87,libh2-653f7a7495b3936a,libsync_wrapper-e9e1b86a97fd86cb,libhttp_body-9c40dfa6b828d650,libhttp-9df8e1579f06f5f8,libserde_yaml-6a7d8dfe33b6af0f,libunsafe_libyaml-e6cc77d70c606c35,libdatabricks_zerobus_ingest_sdk-615e35c0da8eaf5b,libreqwest-f712808472abf084,libhyper_rustls-f9afbb9656b5a024,libwebpki_roots-e51436cedf80fc49,libhyper_tls-69e3ddb9265c5475,libtokio_native_tls-c43f7faa60b1f892,libserde_urlencoded-49665ec6aa26434b,libencoding_rs-e36cbb4cff8cacd8,libtower_http-e823343480ff6bfc,libiri_string-cb6537d79ed4b6d5,libnative_tls-ba6c0ca9f5e08a5e,libopenssl-ff01a8c044bf0e67,libforeign_types-5f537df59e969067,libforeign_types_shared-eb5f1cae025af37f,libopenssl_sys-60aef59bf0ef622f,liburl-7a5d701713813c6a,libidna-03d270638367f4db,libutf8_iter-efb3984ee203d151,libidna_adapter-e352d7ebf8b289cd,libicu_properties-51ddca4099522614,libicu_properties_data-7e155758dd6ea0a4,libicu_normalizer-9fbd771bdc3cd3b3,libicu_normalizer_data-e4349eb9146e5fe1,libicu_collections-791f2fe398c03de0,libpotential_utf-bf7f26d14c68684c,libicu_provider-6671c300bb460604,libicu_locale_core-7189d660a14989fd,libtinystr-81741e8847e7e6c0,liblitemap-d0ce52a8e9251912,libwriteable-9b3c58e63c9ae012,libzerovec-fce100c77cb29de4,libzerotrie-76c8134738a85c06,libyoke-4c4cf48f0ca66eea,libstable_deref_trait-646f6b28b9520b3d,libzerofrom-f76a73711e3400cc,libform_urlencoded-e63e84c134db7b31,libtonic-01a839be18887e46,librustls_pemfile-c778f40fa04135ac,libsocket2-e62d8231d456b67a,librustls_native_certs-60eb89e6372ca8bd,libopenssl_probe-d74274d8b7245f2e,libhyper_timeout-3469dfb2880f700b,libasync_stream-94cd88730cd9e3d2,libtokio_rustls-9c0cfcc476bf2e2f,librustls-6d20d82f1ad6b570,libsubtle-e2f0af8959bd7889,libwebpki-8e755e253bad4120,libaws_lc_rs-0df84672f6c0f53b,libaws_lc_sys-fa229fac643cd98e,libring-a00359935d466b29,libuntrusted-151845769873c416,librustls_pki_types-26cbd42421ad3794,liblog-753a0cb3f11b08fe,libhyper_util-6ef8092f0d4259f7,libipnet-7f24c5b85fa70b77,libhyper-bf2057022bd5db69,libwant-4a0be0a267c8825f,libtry_lock-b2ba3b7879656042,libhttparse-2dcf90c780aed9d3,libh2-d242d62e0b9acb49,libfnv-2a26f5d3b9cd4973,libatomic_waker-f98c2fb1596910db,libhttpdate-fd089b66c335a993,libaxum-aca483b98c2a20ad,libpercent_encoding-99cdb00cefa02ca0,libmatchit-994b7d2346168c4c,libaxum_core-30de6b2bf47d7119,libmime-7cbfcc84299bf52b,libtower-229cbd4e46801463,libsync_wrapper-c4446c9ab9748a89,libtower-6929a436f965009c,libindexmap-23ce8717e5e547cd,libhashbrown-8f765769a3ccac67,libtokio_util-d86b12dbb3a84a58,libfutures_util-f0edf43e7d980c6b,libfutures_io-de365546141a7cae,libslab-61ed84375f91dbc7,libfutures_channel-f8b566c7bd079e89,libfutures_sink-bb58a37a11906cee,libfutures_task-0897da15ce1c548c,libpin_utils-edd6e294c1e21a4f,libtower_layer-5699d784b4449e00,libtower_service-222788e4f5219726,libhttp_body_util-3aff6a205d070747,libhttp_body-06a77a01081b2edd,libhttp-e8bce8bb4e76f45d,libtokio_stream-72ffc363c5c8cd0d,libfutures_core-c23514cefd9aa7c7,libtokio_retry-3dc0d3c4aaa46821,libpin_project-c7ebd43c6989fd46,librand-8ae92046ff4d10c9,librand_chacha-1ffc73b9201c058f,libppv_lite86-5199c66a1f48cd55,librand_core-6829cf599a682005,libgetrandom-f839be502051ce87,libtokio-06f3beff45eee326,libsignal_hook_registry-185f553cc5265056,libsocket2-fc27a5f604b7abd7,libmio-9e8e699ae79eebee,libparking_lot-02480c55c72b21a0,libparking_lot_core-ffd5df585c23cc71,libsmallvec-128704011005142e,liblock_api-ff2db0b8acf8234a,libscopeguard-88d64e99d3001c2a,libprost_types-055c0e64bf10fc29,libprost-4c3ae5d74f303a20,libarrow-c49a723f38b76b6e,libarrow_row-941bcd27d61191d8,libarrow_json-06ca18662de0cc03,libsimdutf8-4a1af1dd5cc95ec1,libserde_json-44ddd7e8cc800cd4,libindexmap-8964b20418b98d0b,libequivalent-9631f206a02b9f54,libarrow_ipc-ecf7bcf4bf64e631,libflatbuffers-97009fd216f3e790,libbitflags-e3ebf951a1dfe30d,libarrow_csv-4c94826d91080c62,libcsv-be13295536c83e7c,libitoa-7e733f37fe56f881,libcsv_core-ac3d65ab2c863309,libarrow_string-ad529fa66f4c3cd2,libarrow_cast-e5bfeda22f42c253,libatoi-bc88521465585dfa,libryu-f1418741a05f84c6,libbase64-fff42f7554bbeb90,liblexical_core-64d9134c781b922d,liblexical_write_float-6e0a755615ac12b1,liblexical_write_integer-fb609166ec1b1e65,liblexical_parse_float-a0e2ad56256d1eee,liblexical_parse_integer-22f6baf3b5b6f51a,liblexical_util-042cb734e8fc8646,libarrow_arith-26cf66692e1dd56a,libarrow_ord-7e9c2e83685d7ef6,libarrow_select-ee4e75c9bd0ad176,libarrow_array-9d747fe82f53456b,libahash-886ec297b4566469,libgetrandom-6cbdf5138523304d,liblibc-2c1822e45f38bdec,libhashbrown-d0fb47154dd694bf,libnum_complex-69b166213f85a07a,libchrono-f6e5c631f567828e,libiana_time_zone-8ff78489a2abaa85,libarrow_data-63244a16a1542986,libarrow_schema-95796470c2224a2b,libarrow_buffer-c3d25187655362c0,libbytes-8e64decf8cb59e96,libhalf-f9226aa9f923bd7a,libcfg_if-cad248e7066eec15,libzerocopy-4fe7db20001678f0,libnum_bigint-0b5d5b9a67dcb87d,libnum_integer-0a1cf7413eaeec9a,libnum_traits-0dcbcb0c01b72aa4,libtracing-1b5e41dee28e02b1,libpin_project_lite-5ffafa3f2ed0bb57,libtracing_core-139a8bab9f78eee1,libonce_cell-db8f3eed2a1f3f7b,libregex-bf3cb137acafe36e,libregex_automata-a555e40b5193d935,libaho_corasick-0037848dbb2ade91,libmemchr-c5a8540217c8112c,libregex_syntax-a5d8b889516cd560,libthiserror-8ed01dbf6a959a76,libsecrecy-b29670a44e6b9232,libzeroize-df95a608e872b613,libserde-6f639c9569a2440e,libserde_core-f5ed69f6ed59a68c}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcScM0jo/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/aws-lc-sys-43f37942325620e2/out" "-L" "/opt/rustwide/target/debug/build/ring-d768a23c80f3bfd1/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/test_auth-a37fdffcc68e38ec" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `arrow-zerobus-sdk-wrapper` (test "test_auth") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcn2GjwB/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libtempfile-a5f34852fb5fe25e,libfastrand-74ae4622d963d882,librustix-14be4598f9f98905,liblinux_raw_sys-468f3136534c61a1,libarrow_zerobus_sdk_wrapper,libreqwest-05d10e243c481f04,librustls_pemfile-f2760b70d3be5bc8,libhyper_rustls-be2dc9d49b3b583c,libhyper_tls-b6c3cfb6b2fd7320,libwebpki_roots-8f19deeabafd6f44,libbase64-76d22feba062e299,libtokio_rustls-5abfbc5076075961,librustls-81d44905d0981721,libsct-dd10a5300f49eded,libwebpki-e891081b36ecf4c6,libhyper-3ec74e4261794f87,libh2-653f7a7495b3936a,libsync_wrapper-e9e1b86a97fd86cb,libhttp_body-9c40dfa6b828d650,libhttp-9df8e1579f06f5f8,libserde_yaml-6a7d8dfe33b6af0f,libunsafe_libyaml-e6cc77d70c606c35,libdatabricks_zerobus_ingest_sdk-615e35c0da8eaf5b,libreqwest-f712808472abf084,libhyper_rustls-f9afbb9656b5a024,libwebpki_roots-e51436cedf80fc49,libhyper_tls-69e3ddb9265c5475,libtokio_native_tls-c43f7faa60b1f892,libserde_urlencoded-49665ec6aa26434b,libencoding_rs-e36cbb4cff8cacd8,libtower_http-e823343480ff6bfc,libiri_string-cb6537d79ed4b6d5,libnative_tls-ba6c0ca9f5e08a5e,libopenssl-ff01a8c044bf0e67,libforeign_types-5f537df59e969067,libforeign_types_shared-eb5f1cae025af37f,libopenssl_sys-60aef59bf0ef622f,liburl-7a5d701713813c6a,libidna-03d270638367f4db,libutf8_iter-efb3984ee203d151,libidna_adapter-e352d7ebf8b289cd,libicu_properties-51ddca4099522614,libicu_properties_data-7e155758dd6ea0a4,libicu_normalizer-9fbd771bdc3cd3b3,libicu_normalizer_data-e4349eb9146e5fe1,libicu_collections-791f2fe398c03de0,libpotential_utf-bf7f26d14c68684c,libicu_provider-6671c300bb460604,libicu_locale_core-7189d660a14989fd,libtinystr-81741e8847e7e6c0,liblitemap-d0ce52a8e9251912,libwriteable-9b3c58e63c9ae012,libzerovec-fce100c77cb29de4,libzerotrie-76c8134738a85c06,libyoke-4c4cf48f0ca66eea,libstable_deref_trait-646f6b28b9520b3d,libzerofrom-f76a73711e3400cc,libform_urlencoded-e63e84c134db7b31,libtonic-01a839be18887e46,librustls_pemfile-c778f40fa04135ac,libsocket2-e62d8231d456b67a,librustls_native_certs-60eb89e6372ca8bd,libopenssl_probe-d74274d8b7245f2e,libhyper_timeout-3469dfb2880f700b,libasync_stream-94cd88730cd9e3d2,libtokio_rustls-9c0cfcc476bf2e2f,librustls-6d20d82f1ad6b570,libsubtle-e2f0af8959bd7889,libwebpki-8e755e253bad4120,libaws_lc_rs-0df84672f6c0f53b,libaws_lc_sys-fa229fac643cd98e,libring-a00359935d466b29,libuntrusted-151845769873c416,librustls_pki_types-26cbd42421ad3794,liblog-753a0cb3f11b08fe,libhyper_util-6ef8092f0d4259f7,libipnet-7f24c5b85fa70b77,libhyper-bf2057022bd5db69,libwant-4a0be0a267c8825f,libtry_lock-b2ba3b7879656042,libhttparse-2dcf90c780aed9d3,libh2-d242d62e0b9acb49,libfnv-2a26f5d3b9cd4973,libatomic_waker-f98c2fb1596910db,libhttpdate-fd089b66c335a993,libaxum-aca483b98c2a20ad,libpercent_encoding-99cdb00cefa02ca0,libmatchit-994b7d2346168c4c,libaxum_core-30de6b2bf47d7119,libmime-7cbfcc84299bf52b,libtower-229cbd4e46801463,libsync_wrapper-c4446c9ab9748a89,libtower-6929a436f965009c,libindexmap-23ce8717e5e547cd,libhashbrown-8f765769a3ccac67,libtokio_util-d86b12dbb3a84a58,libfutures_util-f0edf43e7d980c6b,libfutures_io-de365546141a7cae,libslab-61ed84375f91dbc7,libfutures_channel-f8b566c7bd079e89,libfutures_sink-bb58a37a11906cee,libfutures_task-0897da15ce1c548c,libpin_utils-edd6e294c1e21a4f,libtower_layer-5699d784b4449e00,libtower_service-222788e4f5219726,libhttp_body_util-3aff6a205d070747,libhttp_body-06a77a01081b2edd,libhttp-e8bce8bb4e76f45d,libtokio_stream-72ffc363c5c8cd0d,libfutures_core-c23514cefd9aa7c7,libtokio_retry-3dc0d3c4aaa46821,libpin_project-c7ebd43c6989fd46,librand-8ae92046ff4d10c9,librand_chacha-1ffc73b9201c058f,libppv_lite86-5199c66a1f48cd55,librand_core-6829cf599a682005,libgetrandom-f839be502051ce87,libtokio-06f3beff45eee326,libsignal_hook_registry-185f553cc5265056,libsocket2-fc27a5f604b7abd7,libmio-9e8e699ae79eebee,libparking_lot-02480c55c72b21a0,libparking_lot_core-ffd5df585c23cc71,libsmallvec-128704011005142e,liblock_api-ff2db0b8acf8234a,libscopeguard-88d64e99d3001c2a,libprost_types-055c0e64bf10fc29,libprost-4c3ae5d74f303a20,libarrow-c49a723f38b76b6e,libarrow_row-941bcd27d61191d8,libarrow_json-06ca18662de0cc03,libsimdutf8-4a1af1dd5cc95ec1,libserde_json-44ddd7e8cc800cd4,libindexmap-8964b20418b98d0b,libequivalent-9631f206a02b9f54,libarrow_ipc-ecf7bcf4bf64e631,libflatbuffers-97009fd216f3e790,libbitflags-e3ebf951a1dfe30d,libarrow_csv-4c94826d91080c62,libcsv-be13295536c83e7c,libitoa-7e733f37fe56f881,libcsv_core-ac3d65ab2c863309,libarrow_string-ad529fa66f4c3cd2,libarrow_cast-e5bfeda22f42c253,libatoi-bc88521465585dfa,libryu-f1418741a05f84c6,libbase64-fff42f7554bbeb90,liblexical_core-64d9134c781b922d,liblexical_write_float-6e0a755615ac12b1,liblexical_write_integer-fb609166ec1b1e65,liblexical_parse_float-a0e2ad56256d1eee,liblexical_parse_integer-22f6baf3b5b6f51a,liblexical_util-042cb734e8fc8646,libarrow_arith-26cf66692e1dd56a,libarrow_ord-7e9c2e83685d7ef6,libarrow_select-ee4e75c9bd0ad176,libarrow_array-9d747fe82f53456b,libahash-886ec297b4566469,libgetrandom-6cbdf5138523304d,liblibc-2c1822e45f38bdec,libhashbrown-d0fb47154dd694bf,libnum_complex-69b166213f85a07a,libchrono-f6e5c631f567828e,libiana_time_zone-8ff78489a2abaa85,libarrow_data-63244a16a1542986,libarrow_schema-95796470c2224a2b,libarrow_buffer-c3d25187655362c0,libbytes-8e64decf8cb59e96,libhalf-f9226aa9f923bd7a,libcfg_if-cad248e7066eec15,libzerocopy-4fe7db20001678f0,libnum_bigint-0b5d5b9a67dcb87d,libnum_integer-0a1cf7413eaeec9a,libnum_traits-0dcbcb0c01b72aa4,libtracing-1b5e41dee28e02b1,libpin_project_lite-5ffafa3f2ed0bb57,libtracing_core-139a8bab9f78eee1,libonce_cell-db8f3eed2a1f3f7b,libregex-bf3cb137acafe36e,libregex_automata-a555e40b5193d935,libaho_corasick-0037848dbb2ade91,libmemchr-c5a8540217c8112c,libregex_syntax-a5d8b889516cd560,libthiserror-8ed01dbf6a959a76,libsecrecy-b29670a44e6b9232,libzeroize-df95a608e872b613,libserde-6f639c9569a2440e,libserde_core-f5ed69f6ed59a68c}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcn2GjwB/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/aws-lc-sys-43f37942325620e2/out" "-L" "/opt/rustwide/target/debug/build/ring-d768a23c80f3bfd1/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/test_config-d62ac92e91949a6d" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `arrow-zerobus-sdk-wrapper` (test "test_config") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcAkdKg3/symbols.o" "<10 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libarrow_zerobus_sdk_wrapper,libreqwest-05d10e243c481f04,librustls_pemfile-f2760b70d3be5bc8,libhyper_rustls-be2dc9d49b3b583c,libhyper_tls-b6c3cfb6b2fd7320,libwebpki_roots-8f19deeabafd6f44,libbase64-76d22feba062e299,libtokio_rustls-5abfbc5076075961,librustls-81d44905d0981721,libsct-dd10a5300f49eded,libwebpki-e891081b36ecf4c6,libhyper-3ec74e4261794f87,libh2-653f7a7495b3936a,libsync_wrapper-e9e1b86a97fd86cb,libhttp_body-9c40dfa6b828d650,libhttp-9df8e1579f06f5f8,libserde_yaml-6a7d8dfe33b6af0f,libunsafe_libyaml-e6cc77d70c606c35,libdatabricks_zerobus_ingest_sdk-615e35c0da8eaf5b,libreqwest-f712808472abf084,libhyper_rustls-f9afbb9656b5a024,libwebpki_roots-e51436cedf80fc49,libhyper_tls-69e3ddb9265c5475,libtokio_native_tls-c43f7faa60b1f892,libserde_urlencoded-49665ec6aa26434b,libencoding_rs-e36cbb4cff8cacd8,libtower_http-e823343480ff6bfc,libiri_string-cb6537d79ed4b6d5,libnative_tls-ba6c0ca9f5e08a5e,libopenssl-ff01a8c044bf0e67,libforeign_types-5f537df59e969067,libforeign_types_shared-eb5f1cae025af37f,libopenssl_sys-60aef59bf0ef622f,liburl-7a5d701713813c6a,libidna-03d270638367f4db,libutf8_iter-efb3984ee203d151,libidna_adapter-e352d7ebf8b289cd,libicu_properties-51ddca4099522614,libicu_properties_data-7e155758dd6ea0a4,libicu_normalizer-9fbd771bdc3cd3b3,libicu_normalizer_data-e4349eb9146e5fe1,libicu_collections-791f2fe398c03de0,libpotential_utf-bf7f26d14c68684c,libicu_provider-6671c300bb460604,libicu_locale_core-7189d660a14989fd,libtinystr-81741e8847e7e6c0,liblitemap-d0ce52a8e9251912,libwriteable-9b3c58e63c9ae012,libzerovec-fce100c77cb29de4,libzerotrie-76c8134738a85c06,libyoke-4c4cf48f0ca66eea,libstable_deref_trait-646f6b28b9520b3d,libzerofrom-f76a73711e3400cc,libform_urlencoded-e63e84c134db7b31,libtonic-01a839be18887e46,librustls_pemfile-c778f40fa04135ac,libsocket2-e62d8231d456b67a,librustls_native_certs-60eb89e6372ca8bd,libopenssl_probe-d74274d8b7245f2e,libhyper_timeout-3469dfb2880f700b,libasync_stream-94cd88730cd9e3d2,libtokio_rustls-9c0cfcc476bf2e2f,librustls-6d20d82f1ad6b570,libsubtle-e2f0af8959bd7889,libwebpki-8e755e253bad4120,libaws_lc_rs-0df84672f6c0f53b,libaws_lc_sys-fa229fac643cd98e,libring-a00359935d466b29,libuntrusted-151845769873c416,librustls_pki_types-26cbd42421ad3794,liblog-753a0cb3f11b08fe,libhyper_util-6ef8092f0d4259f7,libipnet-7f24c5b85fa70b77,libhyper-bf2057022bd5db69,libwant-4a0be0a267c8825f,libtry_lock-b2ba3b7879656042,libhttparse-2dcf90c780aed9d3,libh2-d242d62e0b9acb49,libfnv-2a26f5d3b9cd4973,libatomic_waker-f98c2fb1596910db,libhttpdate-fd089b66c335a993,libaxum-aca483b98c2a20ad,libpercent_encoding-99cdb00cefa02ca0,libmatchit-994b7d2346168c4c,libaxum_core-30de6b2bf47d7119,libmime-7cbfcc84299bf52b,libtower-229cbd4e46801463,libsync_wrapper-c4446c9ab9748a89,libtower-6929a436f965009c,libindexmap-23ce8717e5e547cd,libhashbrown-8f765769a3ccac67,libtokio_util-d86b12dbb3a84a58,libfutures_util-f0edf43e7d980c6b,libfutures_io-de365546141a7cae,libslab-61ed84375f91dbc7,libfutures_channel-f8b566c7bd079e89,libfutures_sink-bb58a37a11906cee,libfutures_task-0897da15ce1c548c,libpin_utils-edd6e294c1e21a4f,libtower_layer-5699d784b4449e00,libtower_service-222788e4f5219726,libhttp_body_util-3aff6a205d070747,libhttp_body-06a77a01081b2edd,libhttp-e8bce8bb4e76f45d,libtokio_stream-72ffc363c5c8cd0d,libfutures_core-c23514cefd9aa7c7,libtokio_retry-3dc0d3c4aaa46821,libpin_project-c7ebd43c6989fd46,librand-8ae92046ff4d10c9,librand_chacha-1ffc73b9201c058f,libppv_lite86-5199c66a1f48cd55,librand_core-6829cf599a682005,libgetrandom-f839be502051ce87,libtokio-06f3beff45eee326,libsignal_hook_registry-185f553cc5265056,libsocket2-fc27a5f604b7abd7,libmio-9e8e699ae79eebee,libparking_lot-02480c55c72b21a0,libparking_lot_core-ffd5df585c23cc71,libsmallvec-128704011005142e,liblock_api-ff2db0b8acf8234a,libscopeguard-88d64e99d3001c2a,libprost_types-055c0e64bf10fc29,libprost-4c3ae5d74f303a20,libtracing-1b5e41dee28e02b1,libpin_project_lite-5ffafa3f2ed0bb57,libtracing_core-139a8bab9f78eee1,libthiserror-8ed01dbf6a959a76,libsecrecy-b29670a44e6b9232,libzeroize-df95a608e872b613,libarrow-c49a723f38b76b6e,libarrow_row-941bcd27d61191d8,libarrow_json-06ca18662de0cc03,libsimdutf8-4a1af1dd5cc95ec1,libserde_json-44ddd7e8cc800cd4,libindexmap-8964b20418b98d0b,libequivalent-9631f206a02b9f54,libarrow_ipc-ecf7bcf4bf64e631,libflatbuffers-97009fd216f3e790,libbitflags-e3ebf951a1dfe30d,libarrow_csv-4c94826d91080c62,libcsv-be13295536c83e7c,libitoa-7e733f37fe56f881,libcsv_core-ac3d65ab2c863309,libarrow_string-ad529fa66f4c3cd2,libregex-bf3cb137acafe36e,libregex_automata-a555e40b5193d935,libaho_corasick-0037848dbb2ade91,libregex_syntax-a5d8b889516cd560,libmemchr-c5a8540217c8112c,libarrow_cast-e5bfeda22f42c253,libatoi-bc88521465585dfa,libryu-f1418741a05f84c6,libbase64-fff42f7554bbeb90,liblexical_core-64d9134c781b922d,liblexical_write_float-6e0a755615ac12b1,liblexical_write_integer-fb609166ec1b1e65,liblexical_parse_float-a0e2ad56256d1eee,liblexical_parse_integer-22f6baf3b5b6f51a,liblexical_util-042cb734e8fc8646,libarrow_arith-26cf66692e1dd56a,libarrow_ord-7e9c2e83685d7ef6,libarrow_select-ee4e75c9bd0ad176,libarrow_array-9d747fe82f53456b,libahash-886ec297b4566469,libgetrandom-6cbdf5138523304d,liblibc-2c1822e45f38bdec,libonce_cell-db8f3eed2a1f3f7b,libhashbrown-d0fb47154dd694bf,libnum_complex-69b166213f85a07a,libchrono-f6e5c631f567828e,libiana_time_zone-8ff78489a2abaa85,libserde-6f639c9569a2440e,libserde_core-f5ed69f6ed59a68c,libarrow_data-63244a16a1542986,libarrow_schema-95796470c2224a2b,libarrow_buffer-c3d25187655362c0,libbytes-8e64decf8cb59e96,libhalf-f9226aa9f923bd7a,libcfg_if-cad248e7066eec15,libzerocopy-4fe7db20001678f0,libnum_bigint-0b5d5b9a67dcb87d,libnum_integer-0a1cf7413eaeec9a,libnum_traits-0dcbcb0c01b72aa4}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcAkdKg3/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/aws-lc-sys-43f37942325620e2/out" "-L" "/opt/rustwide/target/debug/build/ring-d768a23c80f3bfd1/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/test_rust_api_contract-9875e3ea778107e0" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `arrow-zerobus-sdk-wrapper` (test "test_rust_api_contract") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "a38b4bfb6c112a60c4dd10990762519ef3a01a6be6738898a6083f9b189ee514", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a38b4bfb6c112a60c4dd10990762519ef3a01a6be6738898a6083f9b189ee514", kill_on_drop: false }`
[INFO] [stdout] a38b4bfb6c112a60c4dd10990762519ef3a01a6be6738898a6083f9b189ee514
